C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventsCalendarXmlExchanger Class / Export Method / Export(Stream,IList<Event>) Method
A System.IO.Stream object which specifies the stream into which the appointments's data will be exported.
A System.Collections.Generic.IList`1 object.

In This Topic
Export(Stream,IList<Event>) Method
In This Topic
Exports the events's data to a stream.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal stream As System.IO.Stream, _
   ByVal appointments As System.Collections.Generic.IList(Of Event) _
) 
 

Parameters

stream
A System.IO.Stream object which specifies the stream into which the appointments's data will be exported.
appointments
A System.Collections.Generic.IList`1 object.
See Also